The Node autonomously translates the incoming NLP query (found in the white input box) into a SQL Query leveraging the most advanced LLM on the market at the time. This is presented back to the user for human eval/validation.
2
OCE Runs SQL Query
The Onyx Compute Engine will run the SQL Query from the previous step and output results. This can be viewed during validation.
3
Node Stores Data
Node natively stores the response from the previous step so it can be referenced in future nodes. Simply leverage the Node Id as follows: < ?text2sql_node_id? >
Coming Soon
Manual SQL
Manual SQL
We also provide an inbuilt SQL editor if you want to avoid leveraging LLM’s to create SQL nodes. Input your SQL Query and our backend will compute the query and you can pass that result into another LLM Node